home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 422_04 / tsr.h < prev    next >
Text File  |  1994-03-20  |  439b  |  16 lines

  1. /*
  2.  * DDS MICRO-C: Definitions for TSR function on IBM P.C.
  3.  *
  4.  * Copyright 1990-1994 Dave Dunfield
  5.  * All rights reserved.
  6.  */
  7.  
  8. /* HOT-KEY bit definitions */
  9. #define    ALT        0x0008        /* Alt key */
  10. #define    CONTROL    0x0004        /* Control key */
  11. #define    L_SHIFT    0x0002        /* Left shift key */
  12. #define    R_SHIFT    0x0001        /* Right shift key */
  13. #define    SYS_REQ    0x0400        /* Alt-SysReq */
  14.  
  15. #define    SCR_BUF    4006        /* Size of screen save buffer */
  16.